home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000261_news@columbia.edu _Tue Aug 27 10:38:56 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id KAA13982 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 27 Aug 1996 10:38:56 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id KAA29779 for kermit.misc@watsun; Tue, 27 Aug 1996 10:38:55 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: VMS C-Kermit closing port
  8. Date: 27 Aug 1996 14:38:35 GMT
  9. Organization: Columbia University
  10. Lines: 42
  11. Message-ID: <4vv19b$s8a@apakabar.cc.columbia.edu>
  12. References: <01bb90a1.db1a7820$79c8b7c7@#knickerb> <01bb91de.50653d80$aac8b7c7@#knickerb> <4vsgko$bi0@apakabar.cc.columbia.edu> <01bb93c4.73acd400$52c8b7c7@#knickerb>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <01bb93c4.73acd400$52c8b7c7@#knickerb>,
  16. Kevin Knickerbocker <knickerb@ix.netcom.com> wrote:
  17. : The user is calling VMS using Kermit95 1.1.7.  VMS is dialing the user
  18. : back using RAXCO DIALBACK.  The user is exiting C-Kermit by sending the
  19. : FINISH command, returning to terminal mode, and entering the EXIT command
  20. : at the C-Kermit prompt.  The rest of your description is correct.
  21. : I ran through this process several times with the debug log turned on. 
  22. : This is what I found.
  23. : Using dialback:
  24. :    ttclos LAT disconnect, status=1
  25. :    ttclos LAT disconnect, iosb=1
  26. That's strange -- status=1 means "normal"
  27.  
  28. : Direct call:
  29. :   ttclos LAT disconnect, status=244
  30. :   ttclos LAT disconnect, iosb=0
  31. 244 means "Illegal I/O function code."
  32.  
  33. Hmm...  You don't have them switched, do you?
  34.  
  35. : I am guessing that the error status on the direct call LAT disconnect is
  36. : due to another channel being connected to the device.  That channel being
  37. : the SYS$OUTPUT, SYS$INPUT, etc. of the users process.  I don't think you
  38. : would want to disconnect the LTAxxx device from the terminal server port
  39. : while it is still being used.
  40. No, you wouldn't :-)
  41.  
  42. : I will be glad to give you the complete debug logs but they are somewhat
  43. : large.  What is the best way to get them to you?
  44. Email to kermit@columbia.edu.
  45.  
  46. Thanks.
  47.  
  48. - Frank